- /* srmcvdec.cpp by K.Tsuru */
- // function ID = 88 BRADIX
- /***********************
- SRational class
- radix conversion
- SRational --> SFraction
- ************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- SFraction SRational::ConvToDec() const{
- SFraction r;
- r.Set(num.ConvToDec(), den.ConvToDec());//converts to SLong
- return r;
- }
srmcvdec.cpp : last modifiled at 2016/09/04 14:21:43(348 bytes)
created at 2016/06/26 15:57:35
The creation time of this html file is 2016/09/18 20:28:05 (Sun Sep 18 20:28:05 2016).